@charset "utf-8";
/* 樣板以外自訂樣式 */
.trans{-moz-transform:rotate(3deg);
-webkit-transform:rotate(3deg);
-o-transform:rotate(3deg);
-ms-transform:rotate(3deg);
transform:rotate(3deg);}

.topnav{
	float: right;
	text-align: right;
}
.topnav a, .topnav a:visited{
	color: #FFFFFF;
	font-size: 12px;
	background-color: #3b67a6;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	width: 37px;
	display: block;
	float: right;
}
.topnav a:hover{
	color: #FFFFFF;
	font-size: 12px;
	background-color: #5b91de;

}
.topnav a.current{background-color: #5b91de;}
.index_profile{
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-image: url(../white-opacity-60.png);
	position: absolute;
	z-index: 9999;
	bottom: 0px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	padding-right: 30px;
	padding-left: 30px;
}
#slides {
  position: relative;
}
#slides .slides-container {
  display: none;
}
#slides .scrollable {
  *zoom: 1;
  position: relative;
  top: 0;
  left: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
#slides .scrollable:after {
  content: "";
  display: table;
  clear: both;
}

.slides-navigation {
  margin: 0 auto;
  position: absolute;
  z-index: 3;
  top: 46%;
  width: 100%;
}
.slides-navigation a {
	position: absolute;
	display: block;
	height: 59px;
	width: 32px;
}
.slides-navigation a.prev {
	left: 10px;
	background-image: url(../nivo/prev.png);
	background-repeat: no-repeat;
	color: transparent;

}
.slides-navigation a.next {
	background-image: url(../nivo/next.png);
	background-repeat: no-repeat;
	right: 10px;
	color: transparent;
}

.slides-pagination {
	position: absolute;
	z-index: 3;
	bottom: 200px;
	text-align: center;
	width: 100%;
}
.slides-pagination a, .slides-pagination a:hover {
	border-radius: 15px;
	width: 10px;
	height: 10px;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
  *vertical-align: auto;
	zoom: 1;
  *display: inline;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII=);
	margin: 2px;
	overflow: hidden;
	text-indent: -100%;
	background-color: #FFF;
	color: #FFF;
}
.slides-pagination a.current {
  background:  #45CDDC;	color: #45CDDC;
}



.index_bg{
	background-color: #FFF;
	background-repeat: repeat-x;
	background-position: top;
}
.bg_white{	background-image: url(../white-opacity-60.png);
}
.index_pro img{
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #d0d8e2;
}
.page_swf{
	width: 100%;
	float: left;
	position: relative;
	z-index: 1;
	height: 350px;
}
   
#map {
	width: 100%;
	height: 350px;
	position: relative;
	z-index: 1;
}
.location{
	
}
